home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / exist < prev    next >
Text File  |  1995-02-18  |  403b  |  17 lines

  1. exist:
  2.  
  3. Synopsis: Check the existence of a variable
  4.  
  5. Syntax:    exist ( VAR )
  6.  
  7. Description:
  8.  
  9.     The exist function returns TRUE (1) if VAR exists, and FALSE
  10.     (0), if VAR does not exist. VAR is any valid variable name.
  11.  
  12.     If you need to know if a variable exists, and if it is a
  13.     function or data, then use the exist function in conjunction
  14.     with the class or type functions.
  15.  
  16. See Also: class, type, who, what
  17.